public interface IDataService<T,S,X,Y>
| Modifier and Type | Method and Description |
|---|---|
X |
addNtt(T nota,
S ntt) |
void |
deprecaNtt(X ntt) |
List<X> |
findAllNttById(String id) |
X |
getNttById(String id) |
X |
updateNtt(X ntt,
S newAltroProdottoDto) |
X addNtt(T nota, S ntt) throws FaultException
FaultExceptionvoid deprecaNtt(X ntt) throws FaultException
FaultExceptionX updateNtt(X ntt, S newAltroProdottoDto) throws FaultException
FaultExceptionList<X> findAllNttById(String id) throws FaultException
FaultExceptionCopyright © 2024. All rights reserved.